👀 Reading hidden code
Activating new project at `/tmp/jl_3GCHq7` Cloning git-repo `https://github.com/Pangoraw/PlutoUI.jl` Updating git-repo `https://github.com/Pangoraw/PlutoUI.jl` Updating registry at `~/.julia/registries/General.toml` Resolving package versions... Updating `/tmp/jl_3GCHq7/Project.toml` [7f904dfe] + PlutoUI v0.7.16 `https://github.com/Pangoraw/PlutoUI.jl#possible_bind_values` Updating `/tmp/jl_3GCHq7/Manifest.toml` [47d2ed2b] + Hyperscript v0.0.4 [ac1192a8] + HypertextLiteral v0.9.5 [b5f81e59] + IOCapture v0.2.5 [682c06a0] + JSON v0.21.4 [69de0a69] + Parsers v2.8.1 [7f904dfe] + PlutoUI v0.7.16 `https://github.com/Pangoraw/PlutoUI.jl#possible_bind_values` [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [189a3867] + Reexport v1.2.2 [410a4b4d] + Tricks v0.1.10 [2a0f44e3] + Base64 [ade2ca70] + Dates [b77e0a4c] + InteractiveUtils [56ddb016] + Logging [d6f4376e] + Markdown [a63ad114] + Mmap [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA [9e88b42a] + Serialization [fa267f1f] + TOML [8dfed614] + Test [cf7118a7] + UUIDs [4ec0a83e] + Unicode Precompiling project... ✓ PlutoUI 1 dependency successfully precompiled in 5 seconds (9 already precompiled)
UndefVarError: _get_possible_values not defined
Here is what happened, the most recent locations are first:
- getpropertyfrom Base.jl:35
- from This cell: line 1
PlutoRunner._get_possible_values |> methods
👀 Reading hidden code
PlutoRunner._get_possible_values |> methods
👀 Reading hidden code
Enter cell code...
UndefVarError: is_sliderserver_static_export not defined
PlutoUI.BuiltinsNotebook.is_sliderserver_static_export()
👀 Reading hidden code
UndefVarError: PossibleBindValues not defined
Here is what happened, the most recent locations are first:
- getpropertyfrom Base.jl:35
- from This cell: line 1
PlutoRunner.PossibleBindValues
PlutoRunner.PossibleBindValues
👀 Reading hidden code
HTML("""
<div style="width: 200px; height: 200px; background: salmon;">
<div style="width: 1em; height: 1em; background: $(cool ? "darkblue" : "green"); position: absolute; left: $(x * 20)px; top: $(y * 20)px;"></div>
</div>
""")
👀 Reading hidden code
@bind y Slider(6:.1:7)
👀 Reading hidden code
@bind x Slider(1:10)
👀 Reading hidden code
@bind cool CheckBox(false)
👀 Reading hidden code
1
6.0
(x,y)
👀 Reading hidden code
👀 Reading hidden code
@bind hellooooo Slider(1:100)
👀 Reading hidden code
"hello 1"
"hello $(hellooooo)"
👀 Reading hidden code
👀 Reading hidden code
UndefVarError: _get_possible_values not defined
Here is what happened, the most recent locations are first:
- getproperty
(x::Module, f::Symbol) from Base.jl:35 - from This cell: line 3
using PlutoUI
function Main.PlutoRunner._get_possible_values(slider::Slider)
slider.range
begin
using PlutoUI
function Main.PlutoRunner._get_possible_values(slider::Slider)
slider.range
end
function Main.PlutoRunner._get_possible_values(::CheckBox)
Set{Bool}([true, false])
end
end
👀 Reading hidden code
The package HypertextLiteral.jl could not load because it failed to initialize.
That's not nice! Things you could try:
- Restart the notebook.
- Try a different Julia version.
- Contact the developers of HypertextLiteral.jl about this error.
You might find useful information in the package installation log:
C'est la vie !
using HypertextLiteral
👀 Reading hidden code